RequestQueueOptions
import { RequestQueueOptions } from "@hyper-fetch/core"
Description
Defined in request/request.types.ts:247
Preview
type RequestQueueOptions = {
dispatcherType: auto | fetch | submit;
}
Structure
{
dispatcherType: auto | fetch | submit;
}